home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 1
/
Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso
/
mac
/
DOS
/
GRAPHICS
/
LISS151
/
LISSAJOU.MAK
< prev
next >
Wrap
Text File
|
1992-03-17
|
512b
|
17 lines
liss.exe: lissajou.obj output.obj error_fn.obj field.obj
# /c case sensitive
# /d warn duplicate symbols in libraries
# /x no map file
tlink /c /d /x c:\program\tcp\lib\c0l lissajou output error_fn field \program\tcp\egavga, liss,, @lisslibs
# optimal tcc parameters: -d -k- -O
# -d merge literal strings
# -k- turn off standard stack frame (can't debug then)
# -O optimizations
# -c don't link
# -C Allow nested comments
.c.obj:
tcc -ml -d -k- -O -c -C $<